/* Navbar Css */
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    padding: 30px 0px;
    margin: 0;
    width: 100%;
    background: #ffe8e8;
    border-bottom: 2px solid transparent;
    z-index: 5000;
    top: 0;
}

.logo.icon-img-100 img {
   position: relative;
    width: 60px;
    left: 40px;
    background-color: #fff;
    border-radius: 10px;
    height: 60px;
}


.navbar.sticky .icon-bar {
    color: #141414;
}

.navbar.sticky {
    background-color: #ffff;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .dropdown {
    position: static;
}

.deskhdn {
    display: none;
}

.navbar .navbar-nav .nav-link {
    color: #141414;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 6px;
}

.collapse {
    display: none;
}

.collapse.show {
    display: flex;
    flex-direction: column;
}

.navbar>.full-width-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

a.nav-link .icon-m {
    font-size: 15px;
    margin: 0px 2px;
    margin-top: -2px;
}

.nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.cmn-button {
    padding: 10px 20px;
    color: #fff !important;
    background: #c01d2e !important;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border: none;
    border: 1px solid #c01d2e !important;
}


@media screen and (max-width: 992px) {
    .deskhdn {
        display: block;
        padding: 0px 23px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #ffe8e8;
    }

    .mobile-dot {
        justify-content: flex-start !important;
    }

    .navbar {
        padding: 0px 0px!important;
    }

    .navbar .logo {
        max-width: 150px !important;
        margin-left: 20px;
        padding: 8px 0px;
    }

    .navbar .navbar-toggler {
        font-size: 20px;
        border-radius: 0;
        padding: 0;
        margin-right: 30px;
        position: absolute;
        right: -10px;
        top: 24px;
    }

    .navbar .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
    }

    .navbar .navbar-collapse {
        max-height: 440px;
        overflow: auto;
    }

    .navbar .contact-button {
        position: absolute;
        right: 50px;
        top: 3px;
        z-index: 5001;
    }

    .navbar .navbar-nav .nav-link {
        padding: 15px 30px 10px;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }


    .navbar-collapse {
        width: 100%;
        display: none;
        flex-direction: column;
    }

    .navbar-collapse.show {
        display: contents;
    }

    .navbar-nav {
        flex-direction: column;
        margin-top: 10px;
        height: 100vh;
    }

    .navbar-collapse {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .logo.icon-img-100 img {
        position: relative;
        left: 10px;
        top: 3px;
    }

    .collapse {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .navbar>.full-width-xxl {
        display: block;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .navbar.sticky {
        background-color: #ffffff;
    }

    a.logo.icon-img-100 {
        left: 0;
    }
}

@media (min-width: 992px) {

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.contact-button ul.right-nav li {
    display: contents;
}

.contact-button {
    position: relative;
    right: 35px;
}

a.icon-m.navbar-icon {
    color: #fff;
    font-size: 20px;
    margin-top: -2px;
}

.profile-img.center .alphabate {
    line-height: 38px;
    font-size: 22px;
}

a.alphabate-text {
    margin-left: -10px;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.profile-img {
    width: 40px;
    height: 40px;
    background-color: #c01d2e;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    overflow: hidden;
    color: white;
}

.profile-img h3 {
    color: #ffffff;
}

.profile-img .icon-m {
    color: #ffffff;
}

.contact-button-8 {
    right: 0;
}

.cmn-button-8 {
    right: 0;
}

.profile-name {
    /* width: calc(100% - 30vw - 45px); */
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
}


/* Top-Heading Style */

.mt-120 {
    margin-top: 145px;
}

.mt-10 {
    margin-top: 10px !important
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.bg-headings {
    /* padding: 25px 60px; */
    -webkit-filter: drop-shadow(-3.009px -3.993px 12.5px rgba(99, 119, 144, 0.19));
    filter: drop-shadow(-3.009px -3.993px 12.5px rgba(99, 119, 144, 0.19));
}

.top-links-bg {
    border-radius: 20px 0px 20px 0px;
    position: fixed;
    bottom: 0;
    z-index: 5000;
    left: 100px;
    right: 100px;
    background: #c01d2e;
}

.top-links-bg .icon-m {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .bg-headings {
        padding: 25px 0px;
    }
}

.bg-headings-1 {
    border-radius: 30px 0px 30px 0px;
}

.bg-headings-2 {
    border-radius: 0px 30px 0px 30px;
}

.bg-headings-3 {
    border-radius: 30px 0px 30px 0px;
}

.bg-headings-4 {
    border-radius: 0px 30px 0px 30px;
}

.text-center {
    text-align: center !important;
}

.icon-m-fill-blue {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
    color: #0f223c !important;
    font-size: 20px !important;
}

.bg-headings.text-center h4 {
    font-size: 12px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .bg-headings.text-center h4 {
        font-size: 10px;
        
    }
}

.bg-headings.text-center a {
    /* background: linear-gradient(90deg, hsla(29, 92%, 70%, 1) 0%, hsla(0, 87%, 73%, 1) 100%); */
    /* padding: 0px 19px; */
    line-height: 0px;
    border-radius: 0px 20px 0px 20px;
    display: block;
    text-align: center;

}

a.main-button {
    background: #c01d2e;
    padding: 10px 130px;
    border-radius: 20px 0px 0px 0px;
    color: #ffffff;

}

a.main-button-2 {
    background: #011128;
    padding: 10px 130px;
    border-radius: 0px 0px 20px 0px;
    color: #ffffff;
}

.bg-gali-left {
    background: #011128 !important;
    color: #ffffff !important;
}

.bg-gali-right {
    background: #c01d2e!important;
}




/* Play Games */
.gradient-text {
    color: #ffffff;
}

h2,
.section-title {
    font-size: 30px;
    line-height: 74px;
    margin-top: -12px;
}

.margin-up-dawn {
    margin: 5px 0px;
}

.overview__single-2 {
    padding: 10px 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: #f9e8ea;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 0px;
}

.cmlo>.clmn:nth-child(even) .overview__single-2 {
    background: rgba(192, 29, 46, .1);
}

.btn_mrktresult-2 {
    background-color: #011128;
    border-radius: 0px 23.5294px;
    margin: 0px 40px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: -30px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

h3 {
    font-size: 20px;
    line-height: 55px;
    margin-top: -8px;
}

.bg-date_online-2 {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.bg-date_online-2 .time_date-2 p {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -7px;
}

.btn_mrktresult-2 h5 {
    color: #fff;
    font-size: 17px;
    padding: 5px 0px;
}

.overview__single__content-2 p {
    color: #383b3e;
    margin-bottom: -5px;
}

.fcard-footer-2 {
    display: flex;
    text-align: center;
    padding: 15px 15px;
}

.fcard-footer-2 .leftBtn {
    background: #c01d2e;
    border-radius: 0px 0px 0px 20px;
    padding: 6px 10px;
    width: 50%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.fcard-footer-2 .righttBtn {
    background-color: #011128;
    border-radius: 0px 0px 20px 0px;
    padding: 6px 10px;
    width: 50%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.extra-bg {
    background: #ffe8e8;
}

p.bid_live {
    margin-top: -22px;
    color: #096c6c;
    font-weight: 500;
    margin-bottom: 15px;
}

p.bid_closed {
    margin-top: -22px;
    color: #c01d2e;
    font-weight: 500;
    margin-bottom: 15px;
}

.me-8 {
    margin-right: 3px;

}

/* Chart CSS */
.bg-chart {
    background: #f1b2b8 !important;
    border-radius: 25px 0px 25px 0px;
    padding: 10px 25px !important;
}

.bg-chart-2 {
    background: #f1b2b8 !important;
    border-radius: 15px 0px 15px 0px;
    padding: 10px 25px !important;
}

h2.page-text {
    font-size: 28px;
    color: #c01d2e;
    margin-bottom: -8px;
    text-align: left;
    padding-left: 10px;
}

/* Wallet CSS */
.wallet-icon {
    padding-top: 8px;
}

.hero__counter__inner {
    padding: 60px 20px;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0px 8px 9px rgba(238, 233, 255, 0.61));
    filter: drop-shadow(0px 8px 9px rgba(238, 233, 255, 0.61));
    border-radius: 20px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.hero__counter__single {
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    padding: 0px 60px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    margin-top: -4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #0f223c;
}

.cmn-button-2 {
    padding: 10px 30px;
    color: #0f223c;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    background: linear-gradient(90deg, hsla(29, 92%, 70%, 1) 0%, hsla(0, 87%, 73%, 1) 100%);
    border: none;
}

.hero__counter__single__content p {
    color: #383b3e;
}

p {
    color: #0f223c;
}

.bg-chart-3 {
    background: #f1b2b8;
    margin-bottom: 10px;
    border-radius: 0px 28px 0px 28px;
}

.dawnload-img img {
    width: 45px;
}

a.font4 {
    font-size: 20px;
}

.month-text {
    color: #c01d2e;
    font-size: 21px;
}

span.Points-text {
    font-size: 15px;
}

/* Games Rate */
.hero__counter__inner-2 {
    padding: 0px 20px !important;
    background-color: #ffffff;
    border-radius: 20px;
}

.hero__counter__single {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    padding: 15px 60px;
    border-radius: 0px 40px 0px 40px;
    background: #c01d2e;
}
.hero__counter__single__content h6 {
    color: #fff;
}

.w-100 {
    width: 100% !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.cmn-button-3 {
    padding: 10px 30px;
    color: #0f223c !important;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    border: none !important;
    background: #ffffff !important;
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.hero__counter__single__content p {
    color: #ffffff;
    font-weight: 500;
    margin-top: 0px;
    font-size: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* Delete Css */
.bg-chart-33 {
    background: #f1b2b8;
    margin-bottom: 10px;
    border-radius: 0px 28px 0px 28px;
    padding: 18px 15px;
}

.delete-section a.font4 {
    font-size: 16px;
    color: #c01d2e;
}


.delete-section .month-text-2 {
    color: #0f223c !important;
    font-size: 15px;
}

.cmn-button-22 {
    padding: 8px 24px;
    color: #0f223c;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    background: #c01d2e;
    border: none;
    font-size: 12px;
    color: #fff;
}

/* Profile Css */
span.profile-alpabate {
    line-height: 38px;
    font-size: 20px;
}

.bg-chart.profile-bg .font5 {
    font-size: 18px;
}

.bg-chart.profile-bg .font6 {
    font-size: 16px;
}

/* ==== 
 --------- (4.2) contact styles start ---------
 ==== */
.contact__form {
    padding: 55px 70px;
    border-radius: 30px 0 30px 0;
    -webkit-filter: drop-shadow(-3.009px -3.993px 12.5px rgba(99, 119, 144, 0.19));
    filter: drop-shadow(-3.009px -3.993px 12.5px rgba(99, 119, 144, 0.19));
    background-color: #ffffff;
    margin-top: 0px;
}

.contact__group {
    margin-bottom: 15px;
    /* margin-top: -7px; */
    width: 100%;
    /* margin-left: -15px; */
}

.contact__group-2 {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding: 55px 25px !important;
    }
}


.contact__group label {
    color: #0f223c;
    font-weight: 500;
    margin-bottom: 5px;
}

label {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -7px;
    color: #0f223c !important;
}

label {
    display: inline-block;
}

.contact__group input,
.contact__group textarea,
.contact__group select {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 14px 0px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #0f223c;
}

.touch-text {
    font-size: 30px;
    margin-bottom: -18px;
}


a.Change-btn {
    padding: 15px 38px;
    color: #ffffff !important;
    background: #011128;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border: none;
    line-height: 10px;
}

a.delete-btn {
    padding: 15px 38px;
    background: #c01d2e;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border: none;
    line-height: 10px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    a.Change-btn {
        padding: 15px 20px;
        font-size: 12px;
    }

    a.delete-btn {
        padding: 15px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    a.Change-btn {
        padding: 15px 20px;
        font-size: 10px;
    }

    a.delete-btn {
        padding: 15px 20px;
        font-size: 10px;
    }
}

.bg-chart-profile {
    background: #f1b2b8;
    margin-bottom: 10px;
    border-radius: 0px 28px 0px 28px;
    padding: 30px 26px;
}

/* Redeem Point*/
.Redeem-des {
    padding-left: 17px !important;
}

.custom-input {
    padding-left: 15px !important;
    box-sizing: border-box;
    width: 100% !important;
}

.custom-input-2 {
    width: 2% !important;
    margin-left: 20px !important;
}

input.custom-input.custom-input-bg {
    background: #c01d2e;
    text-align: center;
    border-radius: 0px 20px 0px 20px;
    color: #fff;
    border: none;
    padding-left: 0px !important;
}

input.custom-input.custom-input-bg-2 {
    text-align: center;
    border-radius: 0px 20px 0px 20px;
    padding-left: 0px !important;
}

/* Delete */
.glob-notice,
.notice {
    position: fixed;
    top: 80px;
    right: 20px;
    left: auto !important;
    bottom: auto !important;
    padding: 10px 20px;
    border-radius: 10px;
    width: 250px;
    background-color: #017758;
    color: #fff;
    z-index: 999999999999 !important;
}

/* Change Password */
.touch-text-2 {
    font-size: 22px;
}

.logo.icon-img img {
    position: relative;
    width: 180px;
    top: -30px;
}

/* Play */
.bg-chart-3434.text-center {
    background: linear-gradient(90deg, hsla(29, 92%, 70%, 1) 0%, hsla(0, 87%, 73%, 1) 100%);
    padding: 1px 55px;
    border-radius: 20px 0px 20px 0px;
}

h1.font-4 {


    font-size: 14px;
}

h2.font-5 {
    font-size: 20px;
    line-height: 34px;
}

img.pot {
    height: 263px;
}

span.games-text {
    display: block;
    color: #c01d2e;
    font-size: 16px;
    font-weight: 700;
}

span.games-2 {
    font-size: 18px;
    font-weight: 500;
}

.btn_mrktresult-4 {
    background: #c01d2e;
    border-radius: 20px 0px 20px 0px;
    margin: 0px 55px;
    text-align: center;
    padding: 0px 30px;
    line-height: 0;
    height: 33px;
}

h4.point-games {
    margin-top: 16px;
    color: #fff;
}

/* Play */

.shi-input {
    margin-bottom: 10px !important;
    background-color: white !important;
    border: none !important;
    border-radius: 20px 0px 20px 0px !important;
    overflow: hidden !important;
}

.play-footer {
    margin-top: 50px;
}

.whats-app {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 20px !important;
    width: 50px;
    z-index: 99999;
}

/* Media Query */
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .logo.icon-img-100 img {
        width: 100px;
        left: 15px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 8px;
    }

    .contact-button {
        right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo.icon-img-100 img {
        width: 96px;
        left: 5px !important;
    }

    a.nav-link .icon-m {
        font-size: 10px;
        margin: 0px 0px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 0px 15px 2px !important;
        font-size: 10px !important;
    }

    li {
        font-size: 11px;
    }

    a.icon-m.navbar-icon {
        font-size: 12px;
    }

    .contact-button {
        right: 1px;
    }

    .contact-button ul.right-nav li {
        font-size: 13px;
    }
}


@media screen and (max-width: 768px) {
    .whats-app {
        right: 13px !important;
        bottom: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .whats-app {
        right: 13px !important;
        bottom: 53px !important;
    }

    .overview__single-2 {
        padding: 1px 30px;
    }

    .btn_mrktresult-2 {
        margin: 0px 40px;
        margin-top: -22px;
        height: 20px;
        margin-bottom: -15px;
    }

    .btn_mrktresult-2 h5 {
        padding: 0px 0px;
        margin-bottom: -15px;
    }
    .fcard-footer-2 {
        display: flex
    ;
        text-align: center;
        padding: 7px 15px;
        padding-top: 14px;
    }

    h3 {
        font-size: 14px;
        line-height: 55px;
        margin-top: -8px;
    }

    p.bid_live {
        margin-top: -32px;
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 12px;
    }

    p.bid_closed {
        margin-top: -32px;

        font-weight: 500;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .bg-date_online-2 {
        background-color: #fff;
        padding: 3px 10px !important;
        border-radius: 10px !important;
        margin-bottom: -8px;
    }

    a,
    button {
        line-height: 15px !important;
    }

    .fcard-footer-2 .leftBtn {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }

    .fcard-footer-2 .righttBtn {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }

    span.icon-font {
        font-size: 17px !important;
        margin-top: -4px !important;
    }

    h2,
    .section-title {
        font-size: 18px;
        line-height: 80px;
        margin-top: -12px;
    }

    a.main-button {
        padding: 7px 50px;
        font-size: 12px;
    }

    a.main-button-2 {
        padding: 7px 50px;
        font-size: 12px;
    }

    .title-onilne.text-center {
        margin-top: -23px;
    }

    .bg-headings {
        padding: 0px 0px;
        background: transparent;
    }

    .bg-headings.text-center h4 {
        font-size: 10px;
       
        margin-top: 7px;
    }

    .bg-headings {
        padding: 0px 0px;
        background: transparent;
    }

    .top-links-bg {
        height: 55px;
        border-radius: 20px 0px 20px 0px;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 0;
        z-index: 4000;
    }

    img.pot {
        height: 125px;
    }

    h4.point-games {
        margin-top: 13px;
        font-size: 12px;
    }

    .btn_mrktresult-4 {
        height: 25px;
    }

    span.games-text {
        font-size: 13px;

    }

    span.games-2 {
        font-size: 13px;
        font-weight: 500;
    }

    .btn_mrktresult-4 {
        margin: 0px 10px;
    }

    h2.page-text {
        font-size: 20px;
    }

    .mt-95 {
        margin-top: 95px;
    }

    .mt-90 {
        margin-top: 90px;
    }

    .mt-75 {
        margin-top: 75px;
    }

    .margin-up-dawn {
        margin: -18px 0px;
    }

    .games-rates-text {
        margin: -15px 0px;
    }

    .games-rates-text-2 {
        margin: -15px 0px;
        margin-top: 2px;
    }

    .hero__counter__single.gaming-ratess {
        padding: 8px 12px;
    }

    .hero__counter__single.gaming-ratess h6 {
        font-size: 13px;
        margin-bottom: 4px !important;
    }

    .hero__counter__single.gaming-ratess p {
        font-size: 14px;
        margin-top: -10px;
    }

    button.btn.cmn-button-3.btnsss.w-100.mb-3 {
        font-size: 13px;
        padding: 4px 0px;
    }

}

@media screen and (max-width: 380px) {
    a.main-button {
        padding: 10px 40px;
    }

    a.main-button-2 {
        padding: 10px 40px;
    }
}

@media screen and (max-width: 330px) {
    a.main-button {
        padding: 10px 27px;
    }

    a.main-button-2 {
        padding: 10px 27px;
    }
}

.main-button,
.main-button-2 {
    z-index: 1;
    position: relative;
}
